Removed reduntant links and reduntant title to improve SEO #1548
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Description
Please include a summary of the issue.
Removed the redundant links and redundant titles from the Home page and Documentation page. Having too many redundant links are bad for a website's SEO. Apart from this, too many redundant links confuse users and also waste their time when they began to click links that render to the same page.
Fixes # (issue)
Fixes #1517
Changes Made
BEFORE
![Screenshot from 2021-04-21 15-06-14](https://user-images.githubusercontent.com/57635473/115535859-c652e100-a2b6-11eb-9d1e-4248768932ab.png)
![Screenshot from 2021-04-21 15-07-17](https://user-images.githubusercontent.com/57635473/115536146-1631a800-a2b7-11eb-80e0-dc0e92de565a.png)
AFTER(removed some redundant links without interfering UI)
![Screenshot from 2021-04-21 15-05-13](https://user-images.githubusercontent.com/57635473/115535824-bc30e280-a2b6-11eb-81dc-b83518f867d1.png)
![Screenshot from 2021-04-21 15-06-52](https://user-images.githubusercontent.com/57635473/115536293-44af8300-a2b7-11eb-8176-56cad569ce8f.png)